home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / Hyperlaunch ƒ / Applications / card_3283.txt < prev    next >
Text File  |  1988-01-11  |  2KB  |  85 lines

  1. -- card: 3283 from stack: in
  2. -- bmap block id: 5617
  3. -- flags: 0000
  4. -- background id: 2652
  5. -- name: Blank card
  6.  
  7.  
  8. -- part 7 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=5 top=291 right=341 bottom=57
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 29114 / 29114
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe up
  23.   go to card "Main card"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 9 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=239 top=294 right=324 bottom=262
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 1014 / 1014
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Go to previous
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   go to previous card
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 10 (button)
  48. -- low flags: 00
  49. -- high flags: 0000
  50. -- rect: left=261 top=296 right=322 bottom=285
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 1013 / 1013
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Go to About... screen
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   go to next card
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 11 (button)
  67. -- low flags: 00
  68. -- high flags: 8000
  69. -- rect: left=11 top=229 right=275 bottom=54
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 1020 / 1020
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Paths…
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   show card field 1
  81.   go to card id 5892 of stack "Home"
  82. end mouseUp
  83.  
  84.  
  85.